From: Juanma Barranquero Date: Thu, 26 Feb 2009 10:18:15 +0000 (+0000) Subject: * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1530 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0283553414c9a134c81c9a1ef6eceaffc68e9239;p=emacs.git * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index d597dfbe20f..3ac38f3fbd6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-02-26 Juanma Barranquero + + * fileio.c (Fnext_read_file_uses_dialog_p): Fix typo in docstring. + 2009-02-25 Juanma Barranquero * lread.c (Fload): Stop checking Vloads_in_progress and signal diff --git a/src/fileio.c b/src/fileio.c index 5b96949dcc4..ab06e4e5c87 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -5404,7 +5404,7 @@ DEFUN ("next-read-file-uses-dialog-p", Fnext_read_file_uses_dialog_p, Snext_read_file_uses_dialog_p, 0, 0, 0, doc: /* Return t if a call to `read-file-name' will use a dialog. The return value is only relevant for a call to `read-file-name' that happens -before any other event (mouse or keypress) is handeled. */) +before any other event (mouse or keypress) is handled. */) () { #if defined (USE_MOTIF) || defined (HAVE_NTGUI) || defined (USE_GTK)